Messages
4/1/2024
19 : 24
RD#449 Flaky Tests In React: Detection, Prevention and Tools
Causes, detection, and fixes for flaky tests
3/24/2024
16 : 34
RD#448 How Next.js breaks React Fundamentals
We've forgotten about fundamentals, resulting in a degraded developer experience
3/17/2024
16 : 54
RD#447 Best Practices for Writing React Tests
Get the most out of your React Testing Library tests
3/10/2024
17 : 4
RD#446 Write your own typesafe React router in 500 lines
BYO .. build your own router
3/3/2024
16 : 24
RD#445 React Server Components Breaking Builds to Win Tomorrow
Leverage both server and client strengths, optimize efficiency, load times, and interactivity
2/25/2024
16 : 44
RD#444 React 19 will be compiled
You can forget about memoization
2/19/2024
1 : 42
RD#443 How to Center a Div
When do we use Flexbox, or CSS Grid, or something else
2/11/2024
18 : 24
RD#442 A Better Guide to Forms in React
Modern best practices for building forms in React
2/4/2024
18 : 24
RD#441 Shining a light on Caustics
With Shaders and React Three Fiber
1/28/2024
16 : 4
RD#440 Reconciliation, Renderers, Fiber, Virtual Tree
Under the hood of the library and try to understand how it works inside, how it stores data, and how Virtual Tree looks like
1/21/2024
16 : 34
RD#439 Kind of annoyed at React
React's gotten really hard to understand
1/14/2024
16 : 4
RD#439 The future of React.use and React.useMemo
use-context-selector is a preferred way to prevent re-renders when using contexts
1/7/2024
16 : 4
RD#438 The Two Reacts
Is there some way we could split components between your computer and mine?
12/17/2023
16 : 44
RD#437 React Tricks: Fast, Fit and Fun
How to make your React app or library faster and smaller
12/10/2023
16 : 34
RD#436 Let’s learn how modern JavaScript frameworks work by building one
0 days since last JavaScript framework
12/3/2023
16 : 34
What do we know about React Forget
Cutting-edge compiler, automatically memoizing Components and Hooks for enhanced performance #435 – December 04, 2023 View in browser React Digest What do we know about React Forget React Forget is the
11/26/2023
16 : 34
How hooks work
We will see how they are written into React #434 – November 27, 2023 View in browser React Digest How hooks work Hooks were introduced in React v16.8.0, and since then they changed the way React apps
11/19/2023
17 : 24
Moving back to React
Why daily.dev moved away from Preact #433 – November 20, 2023 View in browser React Digest Moving back to React Discover the story behind daily.dev's transition from Preact to React for frontend
11/12/2023
16 : 44
React Router v6: A Beginner's Guide
Learn how to navigate through a React application with multiple views #432 – November 13, 2023 View in browser React Digest React Router v6: A Beginner's Guide Learn how to navigate through a React
11/5/2023
18 : 14
Guide to React Suspense
From Code Splitting to Data Fetching #431 – November 06, 2023 View in browser React Digest Guide to React Suspense: From Code Splitting to Data Fetching Suspense is behind lazy component, it helps you